body {
    padding: 0px;
    margin: 0px;
    font-family: 'Lorin', sans-serif;
    font-weight: 400;
    overflow-x: hidden !important;
    text-decoration: none;
}

select::-ms-expand {
    display: none;
}

p {
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #332D2A;
}

img {
    max-width: 100%;
}

.bg-orange {
    background-color: #DA6427;
}

.bg-light-orange {
    background-color: #fff4ee;
}

button:focus {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;

}

a {
    cursor: pointer;
}

::selection {
    color: #fff;
    background: #DA6427;
}

.getquote-btn {
    position: fixed;
    right: 0px;
    display: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 99;
    background: #332D2A;
    border-radius: 20px 0 0 20px;
    width: 50px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    word-break: break-all;
    padding: 30px 17px;
    line-height: 1.3;
    text-align: center;
}

.getquote-btn:hover {
    color: #fff;
    text-decoration: none;
}

.section {
    padding: 100px 0;
}

.bg-gray {
    background-color: #f7f7f7;
}

.container {
    max-width: 1440px;
}

.portfolio-heading h2 {
    display: block;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: normal;
    color: #DA6427;
    font-weight: 500;
}

.heading h2 {
    display: block;
    font-size: 36px;
    margin-bottom: 30px;
    line-height: normal;
    color: #DA6427;
    font-weight: 600;
}

.heading h3 {
    display: block;
    margin-bottom: 20px;
    line-height: normal;
    color: #DA6427;
    font-weight: 600;
    font-size: 36px;
}

.btn {
    /*border-radius: 30px;*/
    border-radius: 5px;
    font-size: 18px;
    padding: 16px 40px 16px 30px;
    line-height: 1;
    position: relative;
    border: 0;
    text-transform: capitalize;
}

.btn.btn-light {
    color: #D85B1A;
    background: #fff;
}

.btn.btn-light.color-black {
    color: #332D2A;
}

.btn.btn-light:before {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    height: 15px;
    background-size: 100% auto;
    transition: all 0.5s;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn.btn-light:hover:before,
.btn.btn-light:focus:before {
    right: 15px;
}

.btn.btn-info {
    background: #d85b1a;
    color: #fff;
}

.btn.btn-default {
    color: #fff;
    background: #DA6427;
}

.scrollup {
    bottom: 40px;
    font-size: 24px;
    position: fixed;
    right: 30px;
    text-align: center;
    -webkit-animation: scroll 1.2s linear infinite;
    -moz-animation: scroll 1.2s linear infinite;
    animation: scroll 1.2s linear infinite;
    z-index: 99;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(-10%);
    }

    50% {
        -webkit-transform: translateY(20%);
    }

    100% {
        -webkit-transform: translateY(-10%);
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateY(-10%);
    }

    50% {
        -moz-transform: translateY(20%);
    }

    100% {
        -moz-transform: translateY(-10%);
    }
}

@keyframes scroll {
    0% {
        transform: translateY(-10%);
    }

    50% {
        transform: translateY(20%);
    }

    100% {
        transform: translateY(-10%);
    }
}

header {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    padding: 0;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.5s;
}

header .logo {
    max-width: 250px;
    display: block;
    padding: 20px 0 20px 0;
    transition: all 0.5s;
}

header .logo img {
    width: 150px;
    max-width: 100%;
    display: block;
}

header.fixed-header {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

header .menu-list {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0px;
}

header .menu-list li a {
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

header .menu-list li a,
header .dropdown-item {
    width: 100%;
}

header .menu-list li.active a,
header .menu-list li a:hover {
    color: #DA6427;
    background-color: rgba(0, 0, 0, .04);
}

header .menu-list li a:hover #Layer_1 {
    fill: #DA6427;
}


.dropdown .dropdown-menu {
    transition: all ease-in-out 0.2s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    opacity: 0;
    display: block;
}

.dropdown:hover .dropdown-menu {
    transform: scale(1);
    opacity: 1;
}

.menu-title {
    font-size: 15px;
    font-weight: 500;
    margin-left: -10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;

}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.dropdown-item.service-head p {
    white-space: normal;
}

.dropdown-item.industry-head p {
    font-size: 12px;
    text-align: center;
}

.dropdown-item.service-head:hover,
.dropdown-item.service-head:hover h6,
.dropdown-item.service-head:hover p {
    background-color: #ec7323 !important;
    color: #fff !important;
    border-radius: 10px;
}

.media-icon {
    border-radius: 5px;
    background-color: #007bb5;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 5px;
}

.media-body p {
    margin-bottom: 0px !important;
}

.dropdown-item.service-head:hover .media-icon {
    background-color: #fff;
    color: #ec7323;
}

.sm-menu {
    border-radius: 0px;
    border: 0px;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}

.navbar-toggler {
    outline: none !important;
}

.megamenu-li {
    position: static;
}

.megamenu {
    right: 0;
    margin: auto;
    padding: 15px;
}

.megamenu h6 {
    margin-left: 20px;
}

.all-services .textwidget .row p {
    padding-left: 10px;
}

footer i {
    width: 20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-4042.all-services.mega-menu-megamenu>ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 0px 0px !important;
    position: absolute;
    width: 845px;
    max-width: none;
    left: -450px !important;
}

#mega-menu-item-4042 .textwidget p br,
#mega-menu-item-4043 .textwidget div br,
#mega-menu-item-4045 .textwidget div br {
    display: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 #mega-menu-item-4043.mega-menu-megamenu>ul.mega-sub-menu,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 #mega-menu-item-4045.mega-menu-megamenu>ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: transparent !important;
    border: none !important;
    padding: 0px 0px 0px 0px !important;
    position: absolute;
    width: 0px !important;
    max-width: none;
    top: 20px !important;
}

.mega-sub-menu.megamenu h6 a {
    font-weight: 500;
}

@keyframes blink {
    0% {
        box-shadow: 0px 0px 0px 8px rgba(202, 202, 202, 1);

    }

    50% {
        box-shadow: none;
    }

    100% {
        box-shadow: 0px 0px 0px 8px rgba(202, 202, 202, 1);

    }
}

@-webkit-keyframes blink {
    0% {
        box-shadow: 0px 0px 0px 8px rgba(202, 202, 202, 1);

    }

    50% {
        box-shadow: none;
    }

    100% {
        box-shadow: 0px 0px 0px 8px rgba(202, 202, 202, 1);

    }
}

#getquote-btn,
#getquote-btn2,
.btn-info,
#getquote-btn3 {
    -webkit-animation: blink 2.0s linear infinite;
    -moz-animation: blink 2.0s linear infinite;
    -ms-animation: blink 2.0s linear infinite;
    -o-animation: blink 2.0s linear infinite;
    animation: blink 2.0s linear infinite;
}

#getquote-btn,
#getquote-btn2,
#getquote-btn3 {
    background-color: #D85B1A;
    border: 2px solid transparent;
    color: #fff;
    border-radius: 5px;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
}

#getquote-btn:hover {
    color: #D85B1A;
    border: 2px solid #D85B1A;
    background-color: #fff;
    -webkit-transition: all .2s ease-in;
    transition: all ease-in-out 0.5s;
}

.design-service,
.digital-marketing {
    width: 200px;
    max-width: 100%;
}

.mobile-dev-submenu li,
.design-submenu li,
.web-dev-submenu li,
.digital-marketing-submenu li {
    font-size: 13px;
    font-weight: 400;
}

.service-menu-mobile a,
.solution-submenu-mobile a,
.company-submenu-mobile-accordian a {
    color: #000 !important;
    font-size: 18px;
}

.mobiledev-submenu-body li a {
    padding: 10px 0 0 15px !important;
    font-size: 16px;
}

ul.mobile-dev-submenu li,
ul.design-submenu li,
ul.web-dev-submenu li,
ul.digital-marketing-submenu li,
ul.solution-sector-submenu li,
ul.company-submenu li {
    list-style: "→"outside !important;
}

ul.mobiledev-submenu-body li,
ul.webdev-submenu-body li,
ul.digital-submenu-body li,
ul.design-submenu-body li,
ul.solution-submenu-mobile-accordian li,
ul.company-submenu-mobile-accordian li {
    list-style: disc !important;
}

ul.aboutus-submenu li {
    list-style: none;
}

.outer-menu {
    z-index: 1;
    margin-left: auto;
    display: none;
}

.outer-menu .hamburger {
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.5s;
    background: #FFC107;
    padding: 10px 10px 10px 30px;
    border-radius: 0 0 0 80px;
    width: 70px;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.outer-menu .hamburger .menu-icon {
    display: block;
    width: 40px
}

.outer-menu .hamburger .close-icon {
    display: none;
    width: 25px;
}

body.open .outer-menu .hamburger .menu-icon {
    display: none;
}

body.open .outer-menu .hamburger .close-icon {
    display: block;
}

.outer-menu .checkbox-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 70px;
    height: 70px;
    opacity: 0;
}

body.open .outer-menu .menu-list {
    pointer-events: auto;
    visibility: visible;
    right: 0;
    transition: all ease-in-out 0.5s;

}

.outer-menu .menu-list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
}

.outer-menu .menu-list>div {
    width: 60vw !important;
    height: 100vh !important;
    background: rgba(255, 255, 255, 0.95) !important;
    -webkit-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
    -moz-transform: scale(0) !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    display: flex !important;
    margin-left: auto !important;
    overflow-y: scroll !important;
}

.outer-menu .menu-list>div>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    margin-top: 120px !important;
    width: 100%;
}

.outer-menu .menu-list>div>ul>li {
    padding: 0;
    margin: 0;
    display: block;
}


.outer-menu .menu-list>div>ul>li>a {
    position: relative;
    cursor: pointer;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    display: block;
    margin: 0px;
    padding: 26px 0 26px 48px;
    border-left: solid 5px transparent;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
    outline: 0px;
    width: 345px;
    text-align: left;
}

.outer-menu .menu-list>div>ul>li>a:hover,
.outer-menu .menu-list>div>ul>li.active>a {
    color: #DA6427 !important;
    border-color: #DA6427;
    background: rgba(243, 246, 251, 0.1);
}

.banner-bg {
    display: block;
    position: relative;
    min-height: 800px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(218, 100, 39);
    background: linear-gradient(90deg, rgba(218, 100, 39, 1) 0%, rgba(0, 212, 255, 0) 100%);
    z-index: 0;
}

.carousel_slider {
    z-index: 0;
    max-height: 850px;
    height: 100%;
}

.head-content {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-bg .img {
    width: 100%;
    position: relative;
}

.banner-bg .img img {
    width: auto;
    max-width: 100%;
    position: relative;
}

.banner-bg .content {
    width: 100%;
    position: relative;
    padding: 10em 0 10em;
    z-index: 1;
}

.banner-bg .content h5 {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

.banner-bg .content h5 span {
    margin-right: 70px;
    position: relative;
    color: #FFC107;
}

.banner-bg .content h5 span:after {
    content: '';
    position: absolute;
    right: -50px;
    top: 10px;
    width: 30px;
    height: 2px;
    background: #FFC107;
}

.banner-bg .content h1 {
    display: block;
    font-size: 80px;
    color: #666;
    font-weight: 900;
    margin: 0 0 40px;
    height: 288px;
}

.banner-bg .content h1>span {
    color: #fff;
}

.banner-bg .content h1>span>span {
    color: #fff;
}

.banner-bg .content p {
    display: block;
    font-size: 16px;
    color: #fff;
    margin: 0px 0 40px;
    line-height: 30px;
    width: 64%;
    font-weight: 500;
}

.banner-background {
    background-repeat: no-repeat;
    background-position: right top;
    height: 100%;
}

.background_bg {
    background-repeat: no-repeat;
}

.mobile-no-info a {
    text-decoration: none;
    color: #ec7323;
    font-weight: 600;
}

.mobile-no-info p {
    color: #000 !important;
}

.banner-background {
    background-repeat: no-repeat;
    background-position: right top;
    height: 100%;
}

.carousel-inner,
.carousel {
    height: 100%;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 2;
    background: none;
    padding: 0px;
    margin: 50px 0 0 0px;
}

.breadcrumb li.breadcrumb-item {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #B1AEAC;
}

.breadcrumb li.breadcrumb-item+.breadcrumb-item::before {
    content: '-';
    font-size: 18px;
    color: #B1AEAC;
}

.breadcrumb li.breadcrumb-item a {
    color: #D85B1A;
    text-decoration: underline;
}

.breadcrumb li.breadcrumb-item a:hover {
    text-decoration: none;
}

.subpage-banner {
    position: relative;
    padding: 5em 0;
}

.subpage-banner .img {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    min-height: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.subpage-banner .img img {
    max-width: 100%;
    position: relative;
}

.subpage-banner .content {
    width: 100%;
    position: relative;
    padding: 0;
}

.subpage-banner .content:before {
    content: '';
    position: absolute;
    left: -70px;
    bottom: -50px;
    border: solid 10px #666;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    opacity: 0.1;
    animation-name: bounce-1;
    animation-timing-function: ease;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    transform-origin: right;
}

.subpage-banner .content:after {
    content: '';
    position: absolute;
    right: -150px;
    top: -200px;
    border: dashed 5px #F9F3E1;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    opacity: 1;
    animation: rotation 38s linear infinite;
    z-index: -1;
}

.subpage-banner .content h1 {
    display: block;
    font-size: 44px;
    color: #D85B1A;
    font-weight: 900;
    margin: 0 0 30px;
    position: relative;
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
        transform: rotate(0deg);
    }

    50% {
        transform: translateY(50px);
        transform: rotate(360deg);
    }

    100% {
        transform: translateY(0);
        transform: rotate(0deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.aboutus-bg {
    display: block;
    width: 85%;
    margin: auto;
    bottom: -70px;
    right: 0;
    left: 0;
    z-index: 2;

}

.aboutus-bg .review-boxs {
    display: block;
    margin-top: 20px;
}

.aboutus-bg .review-boxs h3 {
    display: block;
    font-size: 50px;
    color: #332D2A;
    line-height: 1;
}

.aboutus-bg .review-boxs h3 span {
    color: #D85B1A;
}

.aboutus-bg .review-boxs .star-boxs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.aboutus-bg .review-boxs .star-boxs span {
    display: block;
    margin-right: 13px;
}

.aboutus-bg .review-boxs .star-boxs span svg {
    width: 20px;
    height: 20px;
    fill: #FFC107;
    display: block;
}

.aboutus-bg .review-boxs p {
    display: block;
    font-size: 18px;
    color: #332D2A;
    font-weight: 300;
}

.aboutus-bg h5 {
    display: block;
    font-size: 16px;
    color: #D85B1A;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 50px;
}

.aboutus-bg h5 span {
    margin-right: 70px;
    position: relative;
    color: #FFC107
}

.aboutus-bg h5 span:after {
    content: '';
    position: absolute;
    right: -50px;
    top: 10px;
    width: 30px;
    height: 2px;
    background: #FFC107;
}

.aboutus-bg p {
    font-size: 26px;
    color: #332D2A;
    line-height: 48px;
    margin: 0 0 50px;
}

.client-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.56);
}

.client-info h2 {
    font-size: 27px;
    margin-bottom: 10px;
}

.client-info p {
    font-size: 18px;
    line-height: 30px;
}

.ourservices-bg {
    position: relative;
    margin: 180px 0 90px 0;
}

.ourservices-bg .border-right {
    border-right: dashed 1px rgba(211, 211, 211, 0.5) !important;
}

.ourservices-bg .border-bottom {
    border-bottom: dashed 1px rgba(211, 211, 211, 0.5) !important;
}

.ourservices-bg h5 {
    display: block;
    font-size: 16px;
    color: #D85B1A;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
}

.ourservices-bg h5 span {
    margin-right: 70px;
    position: relative;
    color: #FFC107
}

.ourservices-bg h5 span:after {
    content: '';
    position: absolute;
    right: -50px;
    top: 10px;
    width: 30px;
    height: 2px;
    background: #FFC107;
}

.ourservices-bg h2 {
    display: block;
    font-size: 44px;
    color: #332D2A;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 65px;
}

.ourservices-bg p.dont-text {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    padding: 30px 0;
    margin: 30px;
    position: relative;
}

.ourservices-bg p.dont-text:before {
    content: '';
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    max-width: 700px;
    width: 100%;
    height: 1px;
    border-top: dashed 1px rgba(211, 211, 211, 0.5);
}

.services-boxs {
    position: relative;
    overflow: hidden;
}

.services-boxs::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 350px;
    max-width: 100%;
    height: 350px;
    max-height: 100%;
    border-radius: 50%;
    background: rgb(253, 29, 29);
    background: linear-gradient(45deg, rgba(253, 29, 29, 0) 35%, rgba(252, 176, 69, 1) 100%);
    top: -150px;
    right: -100px;
    z-index: -1;
    /* opacity: 0.8; */
}

.ourservices-bg .services-boxs {
    display: block;
    padding: 30px;
    background-color: #fff;
    margin: 10px;
    max-height: 100%;
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.ourservices-bg .service-description {
    height: 160px;
}

.read-more {
    color: #000 !important;
    display: flex;
    width: 35px;
    max-width: 100%;
    height: 35px;
    max-height: 100%;
    border: 1px solid #000;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
}

.read-more i {
    margin: auto;
}

.read-more:hover {
    color: #fff !important;
    background-color: #D85B1A;
    display: flex;
    width: 35px;
    max-width: 100%;
    height: 35px;
    max-height: 100%;
    border: 1px solid transparent;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
}

.ourservices-bg .services-boxs .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.ourservices-bg .services-boxs .top .icon {
    width: 65px;
}

.ourservices-bg .services-boxs .top h3 {
    width: -moz-calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
    padding: 0 0 0 20px;
    font-size: 24px;
    color: #332D2A;
    font-weight: 700;
    margin: 0px;
}

.ourservices-bg .services-boxs .top h3 a {
    color: #332D2A;
}

.ourservices-bg .services-boxs p {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.ourtechnologies-bg {
    position: relative;
    padding: 100px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.03);
}

.ourtechnologies-bg h5 {
    display: block;
    font-size: 16px;
    color: #D85B1A;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 45px;
}

.ourtechnologies-bg h5 span {
    margin-right: 70px;
    position: relative;
    color: #FFC107;
}

.ourtechnologies-bg h5 span:after {
    content: '';
    position: absolute;
    right: -50px;
    top: 10px;
    width: 30px;
    height: 2px;
    background: #FFC107;
}

.ourtechnologies-bg .nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 0px;
}

.ourtechnologies-bg .nav.nav-tabs li {
    margin: 0 10px;
}

.ourtechnologies-bg .nav.nav-tabs li a {
    padding: 15px 30px;
    font-size: 22px;
    color: #332D2A;
    line-height: 1;
    font-weight: 300;
    text-decoration: none;
    border-radius: 20px 20px 0 0;
    display: block;
    background-color: none !important;
}

.ourtechnologies-bg .nav.nav-tabs li a.active {
    color: #D85B1A;
}

.ourtechnologies-bg .logos-boxs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.ourtechnologies-bg .logos-boxs .img {
    display: flex;
    flex-wrap: wrap;
    width: 16.66667%;
    padding: 10px;
}

.ourtechnologies-bg .logos-boxs .img img {
    max-width: 100%;
    filter: grayscale(0%);
}

.ourtechnologies-bg .logos-boxs .img img:hover {
    filter: grayscale(100%);
}

.ourtechnologies-bg .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.ourtechnologies-bg .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ECEBEB;
    margin: 0 9px;
    display: block;
    border: solid 3px #ECEBEB;
    outline: none;
}

.ourtechnologies-bg .owl-dots .owl-dot span {
    display: none;
}

.ourtechnologies-bg .owl-dots .owl-dot.active {
    background: #FFFFFF;
    border-color: #D85B1A;
}

.ourtechnologies-bg-body {
    padding: 30px;
}

.casestudies-bg {
    display: block;
    position: relative;
    padding: 55px 0 90px 0;
}

.casestudies-bg:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: #D85B1A;
    height: 452px;
    right: 0px;
    border-radius: 0 300px 0 0;
}

.casestudies-bg h5 {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
}

.casestudies-bg h5 span {
    margin-right: 70px;
    position: relative;
    color: #FFC107;
}

.casestudies-bg h5 span:after {
    content: '';
    position: absolute;
    right: -50px;
    top: 10px;
    width: 30px;
    height: 2px;
    background: #FFC107;
}

.casestudies-bg h6 {
    display: block;
    font-size: 24px;
    color: #FFCEB5;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 60px;
    width: 90%;
}

.casestudies-bg .owl-carousel {
    padding: 0;
}

.casestudies-bg .owl-carousel .casestudies-box {
    display: block;
    position: relative;
    margin-bottom: 70px;
}

.casestudies-bg .owl-carousel .casestudies-box .img {
    display: block;
}

.casestudies-bg .owl-carousel .casestudies-box .img img {
    display: block;
    max-width: 100%;
}

.casestudies-bg .owl-carousel .casestudies-box .content {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -40px;
    background: #FFFFFF;
    border-radius: 30px 0 30px 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    padding: 19px 30px;
}

.casestudies-bg .owl-carousel .casestudies-box .content h5 {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #332D2A;
    line-height: 1;
    margin: 0px 0 5px;
    text-align: center;
    width: 140px;
}

.casestudies-bg .owl-carousel .casestudies-box .content .btn.btn-link {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 1;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    text-align: left;
    position: relative;
    text-decoration: none;
}

.casestudies-bg .owl-carousel .casestudies-box .content .btn.btn-link:hover {
    color: #D85B1A;
}

.casestudies-bg .owl-carousel .casestudies-box .content .btn.btn-link:before {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 22px;
    height: 14px;
    background: url(../images/arrow-org.png) center center no-repeat;
}

.nav-style1 .owl-nav .owl-prev,
.nav-style1 .owl-nav .owl-next {
    top: -85px;
    right: 0;
    position: absolute;
}

.nav-style1 .owl-nav .owl-prev {
    right: 60px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: relative;
    width: 55px;
    height: 50px;
    outline: 0;
}

.dot_style1 .owl-dot {
    margin: 0 5px;
}

.dot_style1 .owl-dot span {
    width: 15px;
    height: 15px;
    background-color: #b6c6c9;
    display: block;
    border-radius: 100%;
}

.dot_style1 .owl-dot.active span {
    background-color: #D85B1A;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
    display: none;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.36;
}

.owl-carousel .owl-nav .owl-prev {
    background: url(../images/left.png) center center no-repeat !important;
}

.owl-carousel .owl-nav .owl-next {
    background: url(../images/right.png) center center no-repeat !important;
}

.experience-bg {
    background-image: url('../images/experiance-bg.png');
    background-position: center;
    background-size: cover;
    position: relative;
    display: block;
}

.experience-bg h2 {
    display: block;
    font-size: 44px;
    margin: 0px 0 18px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
}

.experience-bg p.main {
    display: block;
    font-size: 18px;
    margin: 0px 0 60px;
    line-height: 1;
    color: #333;
    font-weight: 400;
}

.experience-bg h4 {
    display: block;
    font-size: 30px;
    margin: 0px 0 30px;
    line-height: 1.4;
    color: #332D2A;
    font-weight: 600;
}

.experience-bg p {
    display: block;
    font-size: 20px;
    margin: 0;
    line-height: 1.3;
    color: #333;
    font-weight: 400;
}

.experience-bg .successful-box {
    display: block;
    margin-bottom: 83px;
}

.experience-bg .successful-box span {
    display: block;
    font-size: 40px;
    line-height: 1;
    color: #D85B1A;
    margin: 0px;
    font-weight: 600;
}

.experience-bg .successful-box p {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #333;
    margin: 0px;
    font-weight: 400;
}

.experience-bg .owl-carousel {
    display: block;
    position: relative;
    margin-top: 20px;
}

.experience-bg .owl-carousel .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 110px 100px;
}

.experience-bg .owl-carousel .item .img {
    width: 420px;
    position: relative;
}

.experience-bg .owl-carousel .item .img:before {
    content: '';
    position: absolute;
    right: -100px;
    top: -110px;
    width: 196px;
    height: 196px;
    background: rgba(216, 91, 26, 0.11);
    border-radius: 50%;
}

.experience-bg .owl-carousel .item .img:after {
    content: '';
    position: absolute;
    left: -100px;
    bottom: -110px;
    width: 196px;
    height: 196px;
    background: rgba(51, 45, 42, 0.11);
    border-radius: 50%;
}

.experience-bg .owl-carousel .item .img img {
    max-width: 100%;
    display: block;
    position: relative;
}

.experience-bg .owl-carousel .item .content {
    width: -moz-calc(100% - 420px);
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);
    padding: 0 0 0 70px;
}

.experience-bg .owl-carousel .item .content p {
    display: block;
    font-size: 24px;
    color: #332D2A;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    margin: 0 0 40px;
}

.experience-bg .owl-carousel .item .content p:before {
    content: '"';
    position: absolute;
    left: 0px;
    top: -60px;
    font-size: 60px;
    color: #D85B1A;
    line-height: 1;
}

.experience-bg .owl-carousel .item .content h4 {
    display: block;
    font-size: 24px;
    color: #D85B1A;
    line-height: 1;
    font-weight: 600;
    position: relative;
    margin: 0 0 10px;
}

.experience-bg .owl-carousel .item .content h6 {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 1;
    font-weight: 400;
    position: relative;
    margin: 0;
}

.experience-bg .owl-carousel .owl-dots {
    position: absolute;
    left: 210px;
    bottom: 60px;
}

.experience-bg .owl-carousel .owl-dots .owl-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 10px;
    background: #CCCCCC;
    border: solid 3px #fff;
    box-shadow: inset 0 0 0 5px #fff;
    outline: 0;
}

.experience-bg .owl-carousel .owl-dots .owl-dot.active {
    background: #D85B1A;
    border: solid 3px #D85B1A;
    box-shadow: inset 0 0 0 5px #fff;
}

.letstalk-bg{
    background-image: url(../images/letstalk-bg.jpg);
    background-size: cover;
    background-position: center;
}


.letstalk-bg h2 {
    display: flex;
    flex-wrap: wrap;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.letstalk-bg h2 span {
    margin-left: 10px;
    color: #FFC107;
}

.our-successful-projects h3 {
    color: #fff;
}

.hr {
    height: 1px;
    width: 100%;
    background-color: rgb(240, 240, 240);
    display: block;
}

footer {
    background: rgb(51 45 42 / 10%);
}

footer .menu-boxs {
    display: flex;
    flex-wrap: wrap;
}

footer .menu-boxs .menu-list {
    width: 25%;
    padding-top: 49px;
}

footer .menu-boxs .menu-list.services-box {
    width: 18%;
}

footer .menu-boxs .menu-list.help-box {
    width: 28%;
    padding: 0 30px;
}

footer .menu-boxs .menu-list.company-box {
    width: 25%;
    padding: 0 90px;
}

footer .menu-boxs .menu-list.gettouch-box {
    width: 29%;
    padding: 0 0 0 90px
}

footer .follow-boxs {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 30px;
    align-items: center;
}

footer .follow-boxs h5 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0;
    margin: 0px;
}

footer .follow-boxs ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    list-style: none;
    justify-content: space-between;
}

footer .follow-boxs ul li {
    display: block;
    padding: 0 15px;
}

footer .follow-boxs ul li a {
    display: flex;
    flex-wrap: wrap;
}

footer .follow-boxs ul li svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: rgba(0, 0, 0, 0.4);
}

footer .follow-boxs ul li a:hover svg {
    fill: #D85B1A;
}

footer .company-name {
    color: #DA6427 !important;
    font-size: 24px;
}

footer h4 {
    font-size: 1rem;
    font-weight: 600;
}

footer h5 {
    display: block;
    color: #332D2A;
    line-height: 1;
    font-weight: 700;
}

footer ul {
    display: block;
    margin: 0px 0 65px;
    padding: 0px;
    list-style: none;
}

footer ul li {
    display: block;
}

footer ul li a {
    display: block;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

footer ul li a:visited {
    color: #333;
}

footer ul li a:hover {
    color: #DA6427 !important;
}

footer p {
    display: block;
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 20px;
    width: 235px;
    max-width: 100%;
}

footer .btn.btn-link {
    padding: 0px;
    font-size: 15px;
    color: #332D2A;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-transform: inherit;
}

footer .btn.btn-link svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

footer .logo {
    padding: 35px 0px;
    display: block;
}

footer .copyright {
    padding: 35px 0px;
    font-size: 16px;
    color: #333;
    margin: 0px;
    width: 100%;
    text-align: right;
}

footer .copyright a {
    color: #DA6427;
}

footer .gettouch-box a,
footer .hr-box a,
footer .sales-box a {
    color: #DA6427 !important;
    text-decoration: none !important;
}

footer .gettouch-box a:hover,
footer .hr-box a:hover,
footer .sales-box a:hover {
    color: #333 !important;
}

.quick-contact-form {
    padding: 10px;
}

.quick-contact-form input,
.quick-contact-form textarea {
    border-radius: 0;
    border: 1px solid #eaeae9;
    margin: 10px auto;
    padding: 7px;
    font-size: 15px;
    width: 100%;
}

.quick-contact-form textarea {
    min-height: 150px;
    max-height: 200px;
}

.quick-contact-form form input,
.quick-contact-form form textarea,
.quick-contact-form form select {
    margin: 10px auto;
    padding: 14px 20px;
    border-radius: 10px;
}

.form-company-titile {
    font-size: 18px;
}

.form-title {
    font-size: 40px;
    color: #DA6427;
    font-weight: 700;
}

.quote-btn {
    background-color: #DA6427;
    border: 2px solid transparent;
    color: #fff;
    max-width: 215px !important;
    width: 100%;
    padding: 15px !important;
    border-radius: 5px !important;
    transition: all ease-in-out 0.5s;

}

.quote-btn:hover {
    border: 2px solid #DA6427;
    background-color: transparent;
    color: #DA6427;
    transition: all ease-in-out 0.5s;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    padding-right: 0;
    margin-right: 0;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 82%;
    padding: 0 6px 0 8px;
    bottom: -11px;
    border-radius: 10px 0 0 10px;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.services-bg {
    display: block;
    padding: 80px 0 100px;
    position: relative;
}

.services-bg:before {
    content: '';
    position: absolute;
    width: 897px;
    height: 897px;
    background: #F8F7F6;
    border-radius: 50%;
    top: 279px;
    right: -465px;
    z-index: -1;
}

.services-bg:after {
    content: '';
    position: absolute;
    width: 897px;
    height: 897px;
    background: #F9F3E1;
    border-radius: 50%;
    top: 979px;
    left: -420px;
    z-index: -1;
}

.services-bg .img {
    margin-bottom: 100px;
    display: block;
    position: relative;
    z-index: 3;
}

.services-bg .img img {
    max-width: 100%;
    display: block;
}

.services-bg h4 {
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    color: #332D2A;
    line-height: 1;
    font-weight: 700;
}

.services-bg p {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-weight: 400;
}

.arrow_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.arrow_list li {
    display: block;
    width: 50%;
    font-size: 16px;
    color: #333;
    line-height: normal;
    margin-bottom: 40px;
}

.arrow_list li a {
    color: #333;
}

.arrow_list.list_full li {
    width: 100%;
}

.arrow_list li img {
    margin: 0 10px 0 0;
}

.portfolio-bg {
    display: block;
    padding: 0px 0 100px;
    position: relative;
}

.portfolio-bg #filter-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 0;
    justify-content: center;
    padding: 0px;
}

.portfolio-bg #filter-list li {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    width: auto;
    margin: 0 31px;
    color: #332D2A;
}

.portfolio-bg #filter-list li:hover,
#filter-list li.active {
    color: #D85B1A;
    text-decoration: underline;
}

.portfolio-bg #portfolio {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    padding: 0;
}

.portfolio-bg #portfolio .item {
    display: none;
    opacity: 0;
    width: 100%;
    margin-bottom: 100px;

}

.portfolio-img {
    overflow: hidden;
    border-radius: 10px;
}

.portfolio-bg #portfolio .item a {
    display: block;
    position: relative;
    background: #000;
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
}

.portfolio-bg #portfolio .item a:hover {
    box-shadow: 0px 0px 40px -5px rgb(216 91 26 / 60%);
    -webkit-box-shadow: 0px 0px 40px -5px rgb(216 91 26 / 60%);
    -moz-box-shadow: 0px 0px 40px -5px rgba(216, 91, 26, 0.6);
    transition: all ease-in-out 0.5s;
}

.portfolio-bg #portfolio .item a:hover img {
    transform: scale(1.03);
}

.portfolio-bg #portfolio .item img {
    max-width: 100%;
    display: block;
    transition: all 0.5s;
}

.portfolio-bg #portfolio .item .content {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.5s;
}

.portfolio-bg #portfolio .item .content .icon {
    position: absolute;
    right: 0;
    top: 35%;
    bottom: 0;
    left: 45%;
    align-items: center;
    justify-content: center;
}

.portfolio-bg #portfolio .item .content .icon img {
    opacity: 1;
}

.portfolio-bg #portfolio .item .title {
    padding: 20px !important;
    background: #fff;
    width: 85%;
    margin: auto;
    bottom: -30px;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.59);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.59);
    border-radius: 10px;
}

.portfolio-bg #portfolio .item .title h5 {
    display: block;
    margin: 0px;
    font-size: 18px;
    color: #000000;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
}

.portfolio-bg #portfolio .item .content .title p {
    display: block;
    margin: 0;
    font-size: 16px;
    color: #000000;
    line-height: 1;
    font-weight: 400;
}

.portfolio-bg #portfolio .item .content .title p span {
    text-decoration: underline;
}

.portfolio-bg #portfolio .item:hover img {
    opacity: .46;
}

.portfolio-bg #portfolio .item:hover .content {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.about-bg {
    display: block;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.about-bg:before {
    content: '';
    position: absolute;
    width: 897px;
    height: 897px;
    background: #F8F7F6;
    border-radius: 50%;
    top: 225px;
    right: -270px;
    z-index: -1;
}

.about-bg.career-bg:after {
    content: '';
    position: absolute;
    width: 897px;
    height: 897px;
    background: #F9F3E1;
    border-radius: 50%;
    bottom: -110px;
    left: -330px;
    z-index: -1;
}

.about-bg .img {
    margin-bottom: 100px;
    display: block;
    position: relative;
    z-index: 3;
}

.about-bg h4 {
    display: inline-block;
    margin: auto;
    font-size: 24px;
    color: #332D2A;
    font-weight: 700;
}

.about-bg p {
    display: block;
    margin-bottom: 35px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-weight: 400;
}

.about-bg ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.about-bg ul li {
    display: block;
    width: 50%;
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-bottom: 40px;
}

.about-bg ul li img {
    margin: 0 10px 0 0;
}

.visionmission-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.08);
    padding: 30px 34px;
    display: block;
    height: 350px;
    max-height: 100%;
    transition: all ease-in-out 0.5s;
}

.visionmission-box:hover {
    box-shadow: 0px 0px 40px -5px rgba(216, 91, 26, 0.6);
    -webkit-box-shadow: 0px 0px 40px -5px rgba(216, 91, 26, 0.6);
    -moz-box-shadow: 0px 0px 40px -5px rgba(216, 91, 26, 0.6);
    transition: all ease-in-out 0.5s;
}

.visionmission-box .icon {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.visionmission-box h4 {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    color: #332D2A;
    line-height: 1;
}

.visionmission-box p {
    display: block;
    text-align: center;
    margin: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.7;
}

.experience-box {
    display: block;
    position: relative;
}

.blogs h2,
.our-clients h2,
.tagline-family h2 {
    display: block;
    font-size: 40px;
    color: #332D2A;
    line-height: 1;
    margin: 0 0 15px;
    font-weight: 700;
    text-align: center;
}

.experience-box p {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    margin: 0 0 30px;
    font-weight: 400;
}

.experience-box h3 {
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 30px;
    font-weight: 700;
}

.experience-box h6 {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
    width: 85%;
}

.experience-box .brands-boxs {
    display: block;
    padding: 30px 0;
    max-width: 230px;
    width: 100%;
}

.experience-box .brands-boxs h3 {
    display: block;
    margin: 0px;
    font-size: 40px;
    color: #D85B1A;
    font-weight: 700;
    line-height: 1;
}

.experience-box .brands-boxs p {
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    margin: 0px;
}

.experience-box .border-right {
    border-right: dashed 1px rgba(211, 211, 211, 0.5) !important;
}

.experience-box .border-bottom {
    border-bottom: dashed 1px rgba(211, 211, 211, 0.5) !important;
}

.team-main {
    display: block;
}

.team-main h2 {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #332D2A;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px 0;
}

.team-main p {
    display: block;
    font-size: 12px !important;
    color: #333;
    line-height: 1.7;
    margin: 0 0 30px;
    font-weight: 400;
}

.team-main p.team-heading {
    font-size: 16px !important;
    text-align: center;
}

.team-main .img {
    display: block;
    margin: 15px auto;
}

.team-main .name-post {
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    width: 100%;
    left: 23px;
    border-radius: 8px;
    height: 350px;
}

.team-main .img img {
    display: block;
    border-radius: 50%;
}

.team-main h3 {
    display: block;
    font-size: 18px;
    color: #D85B1A;
    margin: 15px 0 0 0;
    line-height: 1;
    font-weight: bold;
}

.team-main p {
    display: block;
    font-size: 16px;
    color: #999;
    margin: 0px 0 10px;
}

.team-main p.bio {
    font-size: 16px !important;
}

.team-main .owl-carousel .owl-nav .owl-prev,
.team-main .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #DA6427;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 44px;
    height: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    outline: 0;
}

.team-main .owl-carousel .owl-nav .owl-prev span,
.team-main .owl-carousel .owl-nav .owl-next span {
    fill: #fff;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.team-main .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.team-main .owl-carousel .owl-nav .owl-prev.disabled,
.team-main .owl-carousel .owl-nav .owl-next.disabled {
    background: #fff;
}

.team-main .owl-carousel .owl-nav .owl-prev.disabled span,
.team-main .owl-carousel .owl-nav .owl-next.disabled span {
    fill: rgba(34, 52, 52, 0.4);
}

.about-bg .career-services {
    display: block;
    margin: 80px 0;
}

.about-bg .career-services h2 {
    display: block;
    font-size: 44px;
    color: #332D2A;
    line-height: 1;
    margin: 0 0 15px;
    font-weight: 700;
    text-align: center;
}

.about-bg .career-services p {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 1.7;
    margin: 0 0 30px;
    font-weight: 500;
    text-align: center;
}

.about-bg .career-services p a {
    color: #D85B1A;
    text-decoration: underline;
}

.career-bg .card {
    display: block;
    margin: 0 0 20px;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.career-bg .card:last-child {
    margin-bottom: 0;
}

.career-bg .card .card-header {
    background: none;
    border: 0px;
    border-radius: 0px;
    line-height: 1;
    font-size: 20px;
    padding: 20px 20px 20px 40px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    border-left: solid 5px #d85b1a;
    color: #d85b1a;
}

.career-bg .card .card-header {
    background: none;
    border: 0px;
    border-radius: 0px;
    line-height: 1;
    font-size: 20px;
    padding: 20px 20px 20px 40px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    border-left: solid 5px #d85b1a;
    color: #d85b1a;
}

.career-bg .card .card-header:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    bottom: 0px;
    width: 0;
    height: 0px;
    border: solid 10px transparent;
    border-top-color: #d85b1a;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-bottom-width: 0px;
}

.career-bg .card .card-header:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    bottom: 0px;
    width: 0;
    height: 0px;
    border: solid 10px transparent;
    border-top-color: #fff;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-top: -2px;
    border-bottom-width: 0px;
}

.career-bg .card .card-header.collapsed {
    border-left: solid 5px #000;
    color: #000;
}

.career-bg .card .card-header.collapsed:before {
    border-top-color: #999;
    -moz-transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.career-bg .card .card-header.collapsed:after {
    -moz-transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    margin: 0px 2px 0 0;
}

.career-bg .card .card-body {
    padding: 40px 40px 20px;
}

.career-bg .card .card-body h4 {
    display: block;
    margin: 0 0 20px;
    font-size: 20px;
    color: #d85b1a;
    line-height: 1;
}

.career-bg .card .card-body p {
    display: block;
    margin: 0 0 20px;
    color: #333;
    line-height: 1.8;
}

.about-bg .services-boxs {
    display: block;
    padding: 50px;
}

.about-bg .services-boxs .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.about-bg .services-boxs .top .icon {
    width: 65px;
}

.about-bg .services-boxs .top h3 {
    width: -moz-calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
    padding: 0 0 0 20px;
    font-size: 24px;
    color: #332D2A;
    font-weight: 700;
    margin: 0px;
}

.about-bg .services-boxs p {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 25px;
}

.about-bg .border-right {
    border-right: dashed 1px rgba(211, 211, 211, 0.5) !important;
}

.about-bg .border-bottom {
    border-bottom: dashed 1px rgba(211, 211, 211, 0.5) !important;
}

.modal .modal-dialog {
    max-width: 565px;
}

.modal .modal-dialog .modal-content {
    padding: 40px;
    background: #fff;
    border-top: solid 8px #FFC107;
    border-radius: 10px;
}

.modal .modal-dialog .modal-content .modal-header {
    padding: 0px;
    border: 0px;
    margin-bottom: 25px;
}

.modal .modal-dialog .modal-content .modal-header h5 {
    font-size: 24px;
    color: #D85B1A;
    font-weight: 700;
}

.modal .modal-dialog .modal-content .modal-header .close {
    top: -25px;
    right: -20px;
    background: #FFFFFF url(../images/close-img.png) center center no-repeat;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0px;
    padding: 0px;
    opacity: 1;
    outline: 0;
}

.modal .modal-dialog .modal-content .modal-header .close span {
    display: none;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 0px;
}

.modal .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 30px;
}

.modal .modal-dialog .modal-content .modal-body .form-group label {
    display: block;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 10px;
}

.modal .modal-dialog .modal-content .modal-body .form-group .form-control {
    display: block;
    font-size: 14px;
    color: #9AA0A7;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 14px 20px;
    border: solid 1px #E7E8EA;
    border-radius: 10px;
    height: auto;
}

.modal .modal-dialog .modal-content .modal-body .form-group .custom-file-label {
    height: auto;
    padding: 14px 20px;
    border-radius: 10px;
    line-height: 1.5;
}

.modal .modal-dialog .modal-content .modal-body .form-group .custom-file {
    height: 51px;
}

.modal .modal-dialog .modal-content .modal-body .form-group .custom-file-label::after {
    height: 100%;
    padding: .375rem 1.5rem;
    line-height: 38px;
    border-radius: 0 10px 10px 0;
}

.modal .modal-dialog .modal-content .modal-body .form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/angle-left.png) right 25px center no-repeat;
}

.modal .modal-dialog .modal-content .modal-body .form-group textarea.form-control {
    height: 160px;
}

.contact-bg {
    display: block;
    padding: 0 0 100px;
}

.contact-bg .form-group {
    margin-bottom: 30px;
}

.contact-bg .form-group label {
    display: block;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 10px;
}

.contact-bg .form-group .form-control {
    display: block;
    font-size: 14px;
    color: #9AA0A7;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 14px 20px;
    border: solid 1px #E7E8EA;
    border-radius: 10px;
    height: auto;
}

.contact-bg .form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/angle-left.png) right 25px center no-repeat;
}

.contact-bg .form-group textarea.form-control {
    height: 160px;
}

.contact-bg ul.details {
    display: block;
    padding: 40px 0;
    margin: 0px;
}

.contact-bg ul.details li {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin: 0 0 40px;
}

.contact-bg ul.details li:last-child {
    margin: 0;
}

.contact-bg ul.details li a {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}

.contact-bg ul.details li svg {
    width: 30px;
    height: 30px;
    margin-right: 25px;
    fill: #D85B1A;
}

.contact-bg ul.details li svg path {
    fill: #D85B1A;
}

.contact-bg ul.details li span {
    width: -moz-calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
    display: block;
}

.contact-bg iframe {
    width: 100%;
    border: 0;
}

.contact-bg.comment-form .submit {
    color: #FFFF;
    margin: auto;
    justify-content: center;
    background-color: #d85b1a;
    border: 2px solid transparent;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    display: block;
    width: 100%;
}

.full_screen {
    height: 100vh;
}

.section_portfolio_detail,
.bg_banner {
    padding: 150px 0 150px;
    margin-top: 91px;
    position: relative;
}

.seo-portfolio-detail {
    padding: 70px 0;
}

.react-native-detail,
.hashtags-app,
.care-clinic,
.supplement-snoop,
.otf-fitness {
    padding: 50px 0;
}

.portfolio-title h1 {
    color: #fff;
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 30px;
}

.portfolio-title p {
    color: #fff;
    margin-bottom: 30px;
}

.portfolio-title .portfolio_subtitle {
    color: #fff;
    margin-bottom: 30px;
    display: block;
    font-size: 24px;
    font-weight: 600;
}

.icon_box {
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 200px;
    max-height: 100%;
    transition: all ease-in-out 0.5s;
}

.icon_box:hover {
    box-shadow: 0px 0px 40px -5px rgba(216, 91, 26, 0.6);
    -webkit-box-shadow: 0px 0px 40px -5px rgba(216, 91, 26, 0.6);
    -moz-box-shadow: 0px 0px 40px -5px rgba(216, 91, 26, 0.6);
    transition: all ease-in-out 0.5s;
}

.icon_box .icon {
    border-radius: 100%;
    background-color: #ececec;
    max-width: 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 100%;
    float: left;
    margin-right: 20px;
}

.icon_box .icon img {
    padding: 25px;
    width: 100%;
}

.icon_content {
    overflow: hidden;
    text-transform: capitalize;
}

.icon_content p:last-child {
    margin-bottom: 0;
}

.icon_content h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
}

.solution_box {
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    height: 100%;
}

.solution_box:hover {
    transform: scale(0.9);
}

.solution_icon {
    margin-bottom: 15px;
}

.shadow_img img {
    width: 100%;
    border-radius: 10px;
}

.list li {
    list-style: none;
    width: 25%;
    float: left;
    padding: 0 15px
}

.list li span {
    display: block;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center
}

.bg_banner {
    background-size: cover;
}

.overlay_bg {
    position: relative;
}

.service_overlay_bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.8;
}

.section_portfolio_detail.background_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.life-tg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 300px 0 300px;
}

.life-tg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #D85B1A;
    opacity: 0.5;
    z-index: 0;
}

.project_need_list {
    padding-left: 20px;
    margin: 0;
}

.project_need_list li {
    margin-top: 15px;
    text-transform: capitalize;
}

.app_btn {
    margin-top: 30px;
}

.app_btn a {
    margin-right: 10px;
}

.app_btn img {
    max-width: 150px;
}

.progress {
    height: 20px;
    border-radius: 20px;
}

.progress-bar {
    text-align: right;
    padding-right: 10px;
    border-radius: 30px;
    height: 19px;
}

.technology_wrap {
    display: flex;
}

.technology_box {
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.technology_logo {
    height: 110px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.technology_box img {
    max-width: 250px;
    margin: 0 auto;
    display: table;
    width: 100%;
    padding: 0 20px;
}

.technology_box h6 {
    text-transform: capitalize;
}

.technology_box h6 strong {
    display: block;
    margin-bottom: 5px;
}

.with-errors li {
    color: #ff0000;
}

.tm-icon_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    margin-bottom: 50px;
}

.tm-icon_box:last-child {
    margin-bottom: 0;
}

.icon-wrap {
    margin-bottom: 15px;
    width: 100%;
}

.icon-wrap img {
    max-width: 64px;
}

.content-wrap h4 {
    margin-bottom: 0;
}

[class*="col-"]:last-child .tm-icon_box {
    justify-content: flex-start;
    text-align: left;
}

.bounceimg {
    -webkit-animation: bounceimg 2s ease-in-out 0s infinite alternate;
    animation: bounceimg 2s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes bounceimg {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes bounceimg {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.cta_small_section {
    padding: 40px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 70px 0;
    position: relative;
}

.cta_small_section:before {
    font-family: fontawesome;
    font-size: 200px;
    position: absolute;
    bottom: 0;
    right: 30px;
    color: #fff;
    opacity: 0.2;
    line-height: normal;
}

.cta_small_section .heading * {
    line-height: normal;
}

.languages_box {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 30px;
}

.languages_logo {
    min-height: 60px;
    margin-bottom: 10px;
    max-width: 80%;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.career_img {
    height: 100%;
    background-size: cover;
}

ul.dot_list li {
    position: relative;
    padding-left: 20px;
    line-height: normal;
    padding-right: 15px;
    width: 100%;
    margin-bottom: 30px;
}

.dot_list li:before {
    content: "";
    height: 6px;
    width: 6px;
    background-color: #DA6427;
    position: absolute;
    left: 0;
    top: 10px;
}

.dot_list.half_list li {
    width: 50%;
}

.dot_list.col3_list li {
    width: 33.33%;
}

.career_img img {
    width: 100%;
}

.career_info {
    padding: 50px;
}

.career_info .heading h3 {
    font-weight: 700;
    font-size: 34px;
}

.career_info_inner h4 {
    margin-bottom: 30px;
    line-height: normal;
}

.career_info_carousel .owl-dots {
    text-align: center;
}

.career-banner {
    background-position: center center;
    background-size: cover;
    height: 600px;
}

.career-banner .background_bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.career_banner_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.gallery_img {
    overflow: hidden;
}

.gallery_img img {
    transition: all 0.5s ease-in-out;
}

.gallery_img:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.career-banner .content h1 {
    line-height: normal;
}

/* ---New Css---- */

.dare-drop-img img {
    max-width: 150px;
}

.dare-drop-img {
    position: relative;
    transition: all 0.5s;
}

.dare-drop-img:hover {
    transform: scale(0.9);
}

.exclusive-solution-derived {
    padding: 40px;
    box-shadow: 0px 20px 18px #f7f7f7;
    border-radius: 10px;
    transition: all 0.5s;
    max-height: 250px;
    height: 100%;
}

.exclusive-solution-derived:hover {
    transform: scale(0.9);
}

.exclusive-solution-img img {
    width: 100%;
    height: 80px;
    max-width: 80px;
    display: block;
}

.exclusive-solution-description {
    margin-left: 20px;
}

.exclusive-solution-description span {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.exclusive-solution-description p {
    font-size: 16px;
    color: #333;
}

.sub-heading span {
    font-size: 20px;
    font-weight: bolder;
}

.sub-heading h2 {
    margin-top: 25px;
    font-size: 30px;
}

.background_dreddrop {
    background-color: #f7f7f7;
    padding: 50px 0;
}

.drendrop-img img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
}

.features-of-daredrop {
    background-color: #fff;
    padding: 40px;
    margin: 40px 0 0 0;
    border-radius: 15px;
}

.features-of-daredrop-description {
    padding: 40px;
}

.features-of-daredrop-description h1 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #DA6427;
}

.features-of-daredrop-description p {
    color: #333;
    margin-bottom: 20px;
}

.row-top-bottom-padding {
    margin: 50px 0;
}

.online-challange-label h4 {
    color: #DA6427;
    font-weight: 700;
    margin: 50px 0;
    text-transform: capitalize;
    font-size: 30px;
}

.gathring-label span {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.create-daredrop-description p {
    font-size: 16px;
    color: #333;
}

.create-daredrop .item {
    margin-bottom: 20px;
}

.completed-dares .item {
    margin-bottom: 20px;
}

.online-challange-background {
    background-color: #f7f7f7;
    padding: 20px 0;
}

.gathering-backgrond {
    width: 100%;
    max-width: 405px;
    min-height: 282px;
    display: block;
    margin: 0 auto;
}

.why-dare-drop {
    text-align: center;
    margin: 50px 0;
}

.why-dare-drop h3 {
    margin-bottom: 20px;
    color: #DA6427;
}

.why-dare-drop p {
    color: #333;
    max-width: 750px;
    display: block;
    margin: 0 auto;
}

.gathring-header {
    height: 100%;
    position: relative;
}

.gathring-header h3 {
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-30%);
    text-align: center;
    margin-bottom: 0;
}

.solution_icon img {
    width: 80px;
    height: 80px;
    transition: all 0.5s;
}

.solution_box:hover img {
    transform: scale(1.1);
}

.two-type-reservation {
    list-style: none;
    padding-left: 0;
    margin: 10px 0;
}

.two-type-reservation li {
    position: relative;
    padding-left: 20px;
    line-height: 30px;
}

.two-type-reservation li span {
    font-weight: bolder;
}

.two-type-reservation li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #DA6427;
    display: flex;
}

.challange-img img {
    max-width: 70%;
}

.project-box {
    box-shadow: 0 0 16px rgba(0, 0, 0, .12);
    border-radius: 10px;
    padding: 30px;
}

.other-project-img {
    overflow: hidden;
    position: relative;
}

.other-project-img img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.other-project-img:hover {
    border-radius: 10px;
}

.other-project-img:hover .yoshoppers-other {
    transform: scale(1.2);
}

.other-projct-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(-50px);
    border-radius: 10px;
}

.other-project-img:hover .other-projct-overlay {
    opacity: 1;
    transform: translateY(0);
}

.overlay-caption {
    padding: 25px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay-caption h4 {
    color: #fff;
    font-size: 19px;
}

.overlay-caption p {
    color: #fff;
    font-size: 12px;
}

.read-more-btn {
    background: #DA6427;
    border: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 50px;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.read-more-btn:hover {
    text-decoration: none;
    color: #fff;
}

.overlay-caption img {
    max-width: 20px;
    margin-left: 10px;
}

.footer-funconality-app h2 {
    font-size: 36px;
}

#phone {
    border-radius: 8.6%/5.43%;
    box-shadow: 0 0 0 10px #000;
    max-width: 330px;
    height: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

#phone:before {
    content: "";
    position: absolute;
    z-index: 98;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 200px;
    border-radius: 0 0 16px 16px;
    background: #000;
}

.order .owl-nav {
    display: none;
}

.order-img img {
    max-height: auto;
}

.iphone {
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #999, 0 0 30px 0px rgba(0, 0, 0, 0.7);
    border: 5px solid #d9dbdc;
    background: #f8f8f8;
    padding: 15px;
    border-radius: 50px;
    height: 850px;
    width: 425px;
    position: relative;
    margin: 0 auto;
    transform: scale(0.7);
}

.iphone-top {
    padding: 5px 110px 40px;
    position: relative;
}

.iphone-top .speaker {
    display: block;
    width: 70px;
    height: 6px;
    margin: 0 auto;
    border-radius: 6px;
    background: #292728;
}

.iphone-top .camera {
    display: block;
    margin: 0 auto;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-bottom: 13px;
    background: #333;
}

.iphone-top .sensor {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    background: #333;
    margin-top: -5px;
    border-radius: 50%;
}

.top-bar,
.bottom-bar {
    display: block;
    width: 423px;
    height: 15px;
    border-left: 5px solid #BBB;
    border-right: 5px solid #BBB;
    position: absolute;
    left: -5px;
}

.top-bar {
    top: 65px;
}

.bottom-bar {
    bottom: 65px;
}

.iphone-screen {
    background: #eee;
    border: 1px solid #fff;
    height: 660px;
    width: 375px;
    margin: 0 auto;
    border: 2px solid rgba(0, 0, 0, 0.9);
    border-radius: 3px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.iphone-screen img {
    width: 100%;
}

.buttons .on-off,
.buttons .up,
.buttons .down,
.buttons .sleep {
    display: block;
    background: #CCC;
    position: absolute;
    border-radius: 2px 0px 0px 2px;
}

.buttons .on-off {
    height: 40px;
    width: 3px;
    top: 100px;
    left: -8px;
}

.buttons .up,
.buttons .down,
.buttons .sleep {
    height: 60px;
    width: 5px;
    left: -10px;
}

.buttons .up {
    top: 170px;
}

.buttons .down {
    top: 250px;
}

.buttons .sleep {
    left: auto;
    right: -10px;
    top: 170px;
    border-radius: 0px 2px 2px 0px;
}

.iphone-bottom {
    padding: 10px 0 0;
}

.iphone-bottom span {
    display: block;
    margin: 0 auto;
    width: 68px;
    height: 68px;
    background: #ccc;
    border-radius: 50%;
    background: linear-gradient(135deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    position: relative;
}

.iphone-bottom span:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
}

.coffeeroster-order-description {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.yoshoopers-main-video {
    width: 100%;
    height: auto;
    transform: scale(1.3);
}

.yo-shoppers-video-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

/* ------Blog Style ----- */
section.section_portfolio_detail.background_bg.custom-blog-bg {
    display: none;
}

.single_post .blog_content {
    padding: 20px 0 0;
}

.single_post .blog_title {
    font-size: 30px;
    margin-bottom: 20px;
}

.single_post .blog_img {
    border-radius: 0;
}

.single_post .blog_meta {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.blog_meta li {
    display: inline-block;
}

.blog_meta li {
    float: left;
    margin-right: 15px;
}

.list_none li {
    list-style: none;
}

.blog_meta li a {
    text-transform: capitalize;
    color: #777;
}

.blog-header h2 {
    margin-bottom: 15px;
}

.custom-blog-bg {
    padding: 70px 0;
}

.sidebar {
    margin-bottom: 50px;
}

.sidebar .widget_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.widget_title {
    margin-bottom: 25px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}

.search_form form {
    position: relative;
}

.search_form form input {
    height: 50px;
    padding: 5px 50px 5px 20px;
}

.form-control {
    color: #000;
    box-shadow: none;
    height: 50px;
    padding: 8px 15px;
}

.search_form .icon_search i {
    font-size: 24px;
    margin-right: 0;
}

.btn i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1;
}

.search_form .icon_search {
    position: absolute;
    right: 20px;
    top: 50%;
    padding: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar .widget+.widget {
    margin-top: 0px;
    margin-bottom: 10px;
}

.widget {
    padding: 20px;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}

.widget_title {
    margin-bottom: 25px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}

.widget_recent_post li {
    list-style: none;
    padding: 20px 0px;
    border-bottom: 0.5px solid rgb(202, 202, 202);
}

.widget.strength-list .strength-box,
.widget.strength-list .strength-box h5 {
    background-color: #d85b1a;
    border-radius: 5px;
    color: #fff;
}

.widget.strength-list .strength-box ul.strength li {
    list-style: inside disc;
}

.blog-section .sidebar .widget.strength-list ul.strength,
.blog-section ul.nav.social {
    margin-left: 0px !important;
}

.post_footer {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.post_img {
    float: left;
    margin-right: 10px;
}

.post_content {
    overflow: hidden;
}

.post_content h6 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.post_content h6 a {
    color: #292b2c;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all .5s ease;
}

.widget_recent_post {
    padding-left: 0;
}

.widget_categories li,
.widget_archive li {
    padding-bottom: 10px;
    list-style: none;
}

.widget_categories li a,
.widget_archive li a {
    position: relative;
}

.tags a {
    background-color: #f7f7f7;
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 5px;
    color: #333;
    border-radius: 5px;
}

.tags a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #DA6427;
}

.tags a:focus {
    outline: none;
    text-decoration: none;
}

.category a {
    display: block;
    font-weight: 400;
    color: #000;
}

.category-style {
    color: #DA6427 !important;
}

.blog_text p {
    color: #8d9297;
    line-height: 28px;
}

.blog_text h2 {
    color: #d85b1a;
    font-weight: 600;
    margin: 30px 0;
}

.conclusion p strong {
    color: #000;
    padding-right: 15px;
    font-size: 25px;
}

.blog-detail li a {
    padding: 10px 20px 10px 0;
}

.blog-view-section {
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.related-post-header a {
    font-size: 25px;
    color: #000;
}

.related-post-header a:hover {
    text-decoration: none;
}

.blog-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-cover {
    height: 170px;
}

/* -------blog-grid--- */

.blog-grid .card {
    border: none;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13) !important;
    border-radius: 0px;
}

.blog-grid .card img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    object-fit: cover;
}

.blog-caption {
    padding: 5px 10px;
}

.blog-caption h2 a {
    color: #0e1a35;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    transition: all 0.5s;
}

.blog-caption h2 a:hover {
    text-decoration: none;
    color: #d85b1a;
}

.blog-caption p {
    color: #8492af;
    font-size: 14px;
    line-height: 27px;
    margin: 25px 0;
}

.meta-wrapper {
    display: flex;
    align-items: center;
    padding: 25px 0;
}

.meta-wrapper span img {
    width: 26px !important;
    height: 26px !important;
    border-radius: 50%;
}

.meta-wrapper span a {
    line-height: 30px;
    margin-left: 10px;
}

.meta-wrapper span a {
    color: #d85b1a;
    font-weight: 600;
    font-size: 16px;
}

.comments_post {
    margin-left: 12px;
}

.comments_post a i {
    font-size: 18px;
    margin-right: 5px;
}

.meta-wrapper .date_post {
    margin-left: 20px;
}

.meta-wrapper a {
    font-size: 14px;
}

.date_post i {
    font-size: 18px;
    margin-right: 5px;
}

.author_post {
    display: flex;
    align-items: center;
}

.list-nav {
    margin: 100px 0;
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #d85b1a;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.pinterest {
    background: #bb0000;
    color: white;
}

.leave-reply h2 {
    margin-bottom: 15px;
}

.leave-reply p {
    margin-bottom: 50px;
}

.comment-form-cookies-consent {
    user-select: none;
    display: flex;
    align-items: baseline;
}

.comment-form-cookies-consent label {
    margin-left: 10px;
}

.blog-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    transform: scale(1);
    min-height: 350px;
    max-height: 300px;
    margin-bottom: 30px;
}

.blog-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.blog-box:hover img {
    transform: scale(1.1);
}

.blog-caption {
    position: absolute;
    bottom: 25px;
    left: 15px;
    display: flex;
    align-items: center;
}

.blog-caption span {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    display: block;
    margin-left: 15px;
}

.blog-technology-bg {
    background-color: #d85b1a;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: relative;
}

.blog-technology-bg i {
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.slider-blog-box {
    max-height: 100%;
    position: relative;
}

.blog-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.blog-img-overlay::after {
    position: absolute;
    content: " ";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.blog-section {
    padding: 35px 55px;
}

.blog-section::before {
    background-color: rgba(0, 0, 0, 0.9);
}

.blog-slider-caption {
    display: block;
}

.blog-slider-caption span:first-child() {
    color: red;
}

.slider-caption-bloghome {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
}

.slider-caption-bloghome span a,
section.top-android-company.service-quote-section .heading {
    font-size: 14px;
}

.slider-caption-bloghome span {
    font-size: 14px;
    margin-left: 0;
    line-height: 30px;
}

.blog-slider-caption h3 {
    font-size: 35px;
    color: #fff;
}

.blog-slider-caption h6 {
    font-size: 20px;
    color: #fff;
}

.slider-tag:hover {
    color: #fff;
    text-decoration: none;
}

.slider-tag {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 0 !important;
    font-size: 12px;
    background-color: #d85b1a;
    display: inline-flex;
    padding: 5px 15px;
    margin-bottom: 20px;
}

/* --comment area---- */

.comment-area .comment_list {
    margin-bottom: 40px;
}

.comment_info {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.comment_user img {
    height: auto;
    max-width: 80px;
}

.comment_content {
    padding-left: 20px;
}

.comment_content p {
    margin-bottom: 0;
}

.comment-reply i {
    margin-right: 5px;
}

.comment_content .meta_data h6 {
    font-size: 16px;
}

.comment-time {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.comment-time i {
    vertical-align: middle;
    margin-right: 5px;
}

.comment-time span {
    vertical-align: middle;
}

.content_title {
    margin-bottom: 30px;
    font-weight: 600;
}

.children {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    margin-left: 60px;
}

.comment_info:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.list_none {
    padding-left: 0;
}

.meta_data h6 a,
.comment-reply {
    color: #332D2A;
}

.meta_data h6 a:hover,
.comment-reply:hover {
    text-decoration: none;
    color: #d85b1a;
    font-weight: 500;
}

.comment-form {
    padding: 0;
}

.advertise-section {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.advertise-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.key-factor {
    font-size: 20px;
    font-weight: bold;
}

.technology-experience {
    width: 70px;
    height: 70px;
}

.technology-experience img {
    width: 100%;
    height: 100%;
}

.footer-bottom-section {
    border-top: 1px dashed rgba(0, 0, 0, .12);
}

.footer .menu-list {
    min-height: 236px;
}

.case-studies {
    height: 100vh;
    display: flex;
    font-weight: 300;
}

.case-study-1 {
    background-color: #21232e;
}

.case-study-2 {
    background-color: #99cef0;
}

.case-study-3 {
    background-color: #cecac9;
}

.case-study-4 {
    background-color: #ff7f5f;
}

.case-study-cover {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

.case-study-cover img {
    transition: all 0.5s ease-in-out;
}

.case-study-info {
    color: #fff;
}

.case-study-title {
    font-weight: 800;
    margin-bottom: 0;
}

.case-study-title,
.case-study-description {
    color: #fff;
}

.case-study-description {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 400;
}

.read-more-btn {
    background-color: #fff;
    border-radius: 50px;
}

.case-study-cover:hover img {
    transform: scale(1.3);
}

.button {
    background-color: #d85b1a;
    padding: 10px 20px;
    top: 52.5%;
    right: 0;
}

.button a {
    color: #fff;
}

.view-more-btn {
    width: 15%;
    height: 50px;
    margin: auto;
    justify-content: center;
    background-color: #d85b1a;
    border: 2px solid transparent;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.view-more-btn a {
    line-height: 31px;
    color: #fff !important;
    text-decoration: none;
}

.view-more-btn:hover {
    background-color: transparent;
    border: 2px solid #d85b1a;
    transition: all ease-in-out 0.3s;
    width: 15%;
    height: 50px;
}

.view-more-btn:hover a {
    color: #d85b1a !important;
    line-height: 31px;
}

.project-box .view-more-btn {
    width: 30%;
}

.view-more-icon {
    transition: all ease-in-out 0.3s;
}

.project-box .view-more-btn:hover .view-more-icon {
    padding-left: 5px;
    transition: all ease-in-out 0.3s;
}

.published-date {
    font-size: 14px;
}

.owl-nav {
    text-align: center !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #d85b1a;
    background-color: transparent;
}

.nav-pills .nav-link {
    margin: auto 5px;
}

.nav-pills a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

/* -----testimonial section---- */

.shadow-effect {
    background: #d85b1a;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
    color: #fff;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #d85b1a;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 25px;
    margin-bottom: 35px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #d85b1a;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #d85b1a;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 50%;
}

.client-detail {
    margin-top: 30px;
}

.client-detail img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #d85b1a;
    display: initial !important;
}

.client-detail h4 {
    font-size: 16px;
    color: #d85b1a;
    margin-bottom: 0;
}

.shadow-effect i {
    color: #fff;
    font-size: 25px;
}

.experience-box span {
    text-align: center;
    display: block;
    font-weight: 600;
}

.offered-services {
    transition: all ease-in-out 0.5s;
}

.our-work {
    transition: all ease-in-out 0.5s;
}

.service-media {
    display: inline-block !important;
    width: 25%;
}

.seo-services {
    display: flex;
}

.seo-service-bg,
.seo-solution-bg {
    background-color: #d85b1a;
    width: 100px;
    max-width: 100%;
    height: 100px;
    max-height: 100%;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}

.seo-process-includes {
    background-color: #d85b1a;
    padding: 25px;
    width: 75%;
    margin: auto;
    align-items: center;
}


.seo-process-includes h4 {
    color: #fff;
    font-weight: 700;
}

.seo-process-includes ul li {
    padding: 10px 0px;
    list-style: inside disc;
    color: #fff;
    font-weight: 300;
}

.seo-right-img img {
    width: 550px;
}

.seo-title h1,
.react-native-title h1,
.life-title h1,
.hashtag-app-title h1,
.care-clinic-title h1,
.dare-drop-title h1,
.supplement-title h1,
.otf-title h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}

.seo-title p,
.react-native-title p,
.hashtag-app-title p,
.care-clinic-title p,
.dare-drop-title p,
.supplement-title p,
.otf-title p {
    font-size: 25px;
    color: #fff;
}

.life-info {
    position: relative;
    z-index: 2;
}

.solution-media,
.business-media {
    background-color: #fff;
    box-shadow: 2px 10px 27px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 10px 27px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 10px 27px 1px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 15px;

}

.solution-media {
    height: 430px;
    max-height: 100%;
    width: 333px;
    max-width: 100%;
}

.business-media {
    height: 200px;
    max-height: 100%;
    width: 230px;
    max-width: 100%;
}

.sem-solution .solution-media {
    background-color: #fff;
    box-shadow: 2px 10px 27px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 10px 27px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 10px 27px 1px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 15px;
    height: 430px;
    max-height: 100%;
    width: 380px;
    max-width: 100%;
}

.ppc-solution .solution-media {
    background-color: #fff;
    box-shadow: 2px 10px 27px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 10px 27px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 10px 27px 1px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 15px;
    height: 350px;
    max-height: 100%;
    width: 270px;
    max-width: 100%;
}

.digital-marketing-service .solution-media {
    background-color: #fff;
    box-shadow: 2px 10px 27px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 10px 27px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 10px 27px 1px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 15px;
    height: 380px;
    max-height: 100%;
    width: 500px;
    max-width: 100%;
}

.sem-solution .media-body h5 {
    font-size: 18px;
}

.services-media {
    height: 400px;
    max-height: 100%;
    width: 250px;
    max-width: 100%;
}

.seo-title h1,
.seo-title p,
.react-native-title h1,
.react-native-title p,
.hashtag-app-title h1,
.hashtag-app-title p,
.care-clinic-title h1,
.care-clinic-title p,
.dare-drop-title h1,
.dare-drop-title p,
.supplement-title h1,
.supplement-title p,
.otf-title h1,
.otf-title p {
    padding-bottom: 50px;
}

.sem-portfolio-detail {
    padding: 70px 0;
}

.form-container {
    background-color: #fff;
    box-shadow: 0px 0px 35px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 35px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 35px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.contact-form .form-group {
    margin-bottom: 0 !important;
}

.contact-form-bg {
    padding: 90px 0 50px 0;
    display: block;
    position: relative;
    overflow: hidden;
}

.contact-form-bg:after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: #F9F3E1;
    border-radius: 50%;
    bottom: 10px;
    left: 128px;
    z-index: -1;

}

.marketing-service-info {
    position: relative;
    z-index: 2;
}

.love-to-make-marketing-bg {
    background-image: url(../images/digital-marketing-service-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    position: relative;
    z-index: -1;
}

.love-to-make-marketing-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 0;
}

.expertize-heading h3 {
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.expertize h4,
.expertize p,
.expertize span {
    color: #fff;
}

.expertize h4,
.expertize span {
    font-weight: 900;
    font-size: 35px;
    display: inline-block;
    margin-bottom: 0px;
}

.table-heading {
    font-size: 30px;
}

#subscribe-form input {
    border-radius: 5px;
}

#subscribe-form .quote-btn {
    padding: 11px !important;
    margin-left: 10px;
}

.our-clients {
    padding: 70px 0px;
    text-align: center;
}

.client-logo {
    width: 200px;
    padding: 15px 20px;
    transition: all ease-in-out 0.3s;
}

.client-logo-header {
    filter: grayscale(0);
}

.client-logo:hover {
    filter: grayscale(0);
    transition: all ease-in-out 0.3s;
}

.divider {
    display: block;
    height: 1px;
    width: 15%;
    max-width: 100%;
    margin: auto;
    background-color: #d85b1a;
}

.appriciation-images .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 20px;
}

.anniversary-images .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 20px;
}

.appriciation-images .owl-carousel .owl-nav .owl-next,
.appriciation-images .owl-carousel .owl-nav .owl-prev,
.anniversary-images .owl-carousel .owl-nav .owl-next,
.anniversary-images .owl-carousel .owl-nav .owl-prev {
    background: none !important;
}

.appriciation-images .owl-carousel .owl-stage-outer,
.anniversary-images .owl-carousel .owl-stage-outer {
    border-radius: 10px;
}

.appriciation-title h3 {
    width: 55%;
    margin: auto;
    font-weight: 700;
}

.ios-service {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin: 10px auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transition: all ease-in-out 0.5s;
    height: 200px;
    max-height: 100%;
}

.ios-service:hover {
    box-shadow: 0px 0px 40px -5px rgb(216 91 26 / 60%);
    -webkit-box-shadow: 0px 0px 40px -5px rgb(216 91 26 / 60%);
    -moz-box-shadow: 0px 0px 40px -5px rgba(216, 91, 26, 0.6);
    transition: all ease-in-out 0.5s;
}

.ios-service p {
    padding-top: 10px;
    margin-bottom: 0;
}

.ios-dev-service-title h2 {
    text-transform: none !important;
}

ul.tech-use-list li {
    margin: 10px 5px 0px 5px !important;
}

.tech-use {
    background-color: #fff;
    border-radius: 10px;
    height: 154px;
    max-height: 100%;
    width: 154px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.ui-ux-services-list .tech-use {
    height: 370px;
    max-height: 100%;
    width: 370px;
}

.mobile-dev-services-list .tech-use {
    width: 350px;
    height: 360px;
}

.tech-use-title p {
    margin: 0;
    padding-top: 15px;
}

.ios-development-detail,
.android-development-detail {
    padding: 80px 0;
}

ul.sem-benifits li {
    list-style: disc inside;
}

ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}

ol li {
    counter-increment: my-awesome-counter;
}

ol li::before {
    content: counter(my-awesome-counter) ". ";
    font-weight: bold;
}

.ios-app-service-name {
    width: 90%;
    text-align: left;
}

.ios-app-service-name p {
    padding-top: 0 !important;
}

.ios-app-service-name h4 {
    margin-bottom: 0 !important;
}

.drendrop-img img {
    border: 1px solid #000;
}

.cataegory-search {
    padding: 10px !important;
}

.cataegory-search:hover {
    background-color: #d85b1a !important;
    color: #fff !important;
}

ul.project_need_list li {
    list-style: inside disc;
}

.text-box-bd {
    background-color: rgba(0, 0, 0, 0.03);
}

.business-dev-bg {
    position: relative;
    z-index: 1;
}

.business-dev-title {
    position: relative;
    z-index: 2;
    padding: 80px 0px;
}

.business-dev-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    z-index: 0;
}

.web-dev-services {
    height: 150px !important;
    width: 150px !important;
    border-radius: 50%;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
}

.web-dev-services:hover {
    box-shadow: 0px 0px 40px -5px rgb(216 91 26 / 60%);
    -webkit-box-shadow: 0px 0px 40px -5px rgb(216 91 26 / 60%);
    -moz-box-shadow: 0px 0px 40px -5px rgba(216, 91, 26, 0.6);
    transition: all ease-in-out 0.5s;

}

.web-dev-services img {
    padding: 30px;
}

.web-dev-title {
    font-weight: 700;
}

.android-services {
    height: 200px;
}

.location {
    font-size: 25px !important;
    width: 50%;
    margin: auto;
}

.location span {
    color: #d85b1a;
    font-weight: 700;
}

.our-team {
    background-color: #fff4ee;
}

.image-box img {
    max-width: 532px;
    width: 100%;
}

.about-head-bg {
    padding-top: 40px !important;
    background-color: #555f77;
}

.about-title h1,
.about-title p {
    color: #fff;
}

.about-title h1 {
    font-weight: 500;
}

.wave {
    background: url(../images/wave.svg);
    width: 100%;
    height: 100%;
    max-height: 16.8rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 2;
}

ul.framwork-list li,
ul.ranking-list li,
ul.mobdev-list li {
    list-style: disc inside;
}

.django-services {
    height: 250px;
    max-height: 100%;
}

.node-js-benefits li {
    list-style: inside disc !important;
}

ul.app-features li {
    position: relative;
    padding: 5px 0px 5px 30px;
}

ul.app-features li::before {
    content: " ";
    background-image: url(../images/app-features-style.svg);
    position: absolute;
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 8px;
    left: 0;
}

.common-features ul li a {
    background-color: transparent;
    color: #000;
}

.common-features .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #d85b1a;
    background-color: transparent;
}

.common-features ul.app-features li::before {
    top: 17px;
}

.common-features .app-features-left li {
    padding: 5px 30px 5px 0px;
}

.common-features .app-features-left li::before {
    left: 240px;

}

.common-feature-mobile,
.user-food-app {
    display: none;
}

.app-feature-img,
.common-features .tab-pane a img {
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.4));
}

.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
    color: black;
    font-size: 18px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-body {
    background-color: #FFFFFF;
}

.faq {
    background-color: rgba(0, 0, 0, 0.03);
}

#slideshow2 {
    position: relative;
    padding: 10px;
    width: 690px;
    max-width: 100%;
    height: 690px;
    max-height: 100%;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2));
}

#slideshow2>div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.gym-employee-app {
    display: none;
}

.main-round {
    border: 2px dashed;
    border-radius: 100%;
    position: relative;
    width: 500px;
    height: 500px;
}

.testimonials_left {
    width: 470px;
    height: 470px;
    position: relative;
    margin: 50px auto
}

.testimonials_circle {
    width: 100%;
    height: 470px;
    position: relative;
    border-radius: 50%;
    z-index: 1;
    margin: 0px;
    overflow: visible;
}
.testimonials_circle .swiper-wrapper {
    transform: none !important;
}

.testimonials_circle:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #e2e3e5;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: -1
}

.testimonials_circle li {
    width: 75px !important;
    height: 75px;
    position: absolute
}

.testimonials_circle li a {
    width: 73px;
    height: 73px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    border: 1px solid #e2e3e5
}

.testimonials_circle li a img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.testimonials_circle li i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #6a6d6f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10px)
}

.testimonials_circle li:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translate(-50%, -40%)
}

.testimonials_circle li:nth-child(2) {
    top: 10px;
    right: 0;
    transform: translate(-40%, 50%)
}

.testimonials_circle li:nth-child(3) {
    top: 75%;
    right: 35px;
    transform: translate(40%, -50%)
}

.testimonials_circle li:nth-child(4) {
    bottom: -70px;
    right: 35%;
    transform: translate(-40%, -50%)
}

.testimonials_circle li:nth-child(5) {
    bottom: 110px;
    left: 10%;
    transform: translate(-50%, 40%)
}

.testimonials_circle li:nth-child(6) {
    top: 80px;
    left: 0;
    transform: translate(40%, -50%);
}


.testimonials_privew {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #ec7323;
    border-radius: 50%;
    padding: 10px
}

.testimonials_privew>div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ec7323;
    box-shadow: 0 2px 17px rgba(0, 0, 0, .15)
}

.testimonials_privew>div img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonials_privew i {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    background: #ec7323;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(-50%, 20px)
}

.testimonials_text_box {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    border: 1px solid #e2e3e5;
    z-index: 1
}

.testimonials_text_slider {
    overflow: hidden;
    padding-left: 30px
}

.testimonials_text_slider .owl-item {
    float: left
}

.testimonials_text_box i {
    font-size: 54px;
    margin-bottom: 20px;
    opacity: .2
}

.testimonials_text_box strong {
    color: #ec7323;
    font-size: 18px;
    font-weight: 600
}

.owl-theme .owl-nav {
    display: none
}

.testimonials_text_box span {
    font-size: 16px
}

.testimonials-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 50px;
    display: none
}

.testimonials-arrow:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: -8px;
    left: -46px;
    background: #dddfe1;
    transform: rotate(-32deg)
}

.testimonials-arrow:after {
    content: '';
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: -13px;
    left: -44px;
    background: #dddfe1;
    transform: rotate(20deg)
}

.testimonials_text .owl-dots {
    bottom: -30px
}

.testimonials_text_slider .owl-dot span {
    display: none !important
}

.testimonials_video_box .video-area-wrapper {
    height: 270px
}

.testimonials_video_box .video-area-wrapper img {
    width: 100%;
    height: 100%
}

.blog-card {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.1);
}

.blog-card-title {
    font-weight: 600;
    height: 75px;
    max-height: 100%;
}

.blog-card a {
    text-decoration: none;
}

.meta-desc {
    font-size: 14px;
    height: 110px;
    max-height: 100%;
}

.blog-post_meta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.meta-wrapper {
    display: flex;
    align-items: center
}

.meta-wrapper>span {
    margin-right: 5px
}

.author_post img {
    margin-right: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.meta-wrapper a,
.share_post-container i {
    color: #ec7323 !important;
    position: relative
}

.avatar {
    height: 30px;
    width: 30px;
}

.date_post {
    color: #9a9a9a;
    margin-right: 0
}

.blog-card:hover .blog-post_info-wrap i {
    transition: all ease-in-out 0.5s;
    transform: translateX(5px)
}

.details a {
    color: #DA6427 !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
    text-transform: lowercase;
    display: block;
}

.details h4 {
    font-size: 1rem;
    font-weight: 600;
}

.details h5 {
    color: #DA6427 !important;
    font-size: 24px;
    font-weight: 700;
}

.contact-us-form .form-container {
    box-shadow: none;
}

.apply-now-btn {
    background-color: #DA6427;
    border: 2px solid transparent;
    color: #fff;
    padding: 10px;
    font-weight: 400;
    border-radius: 4px;
    right: 70px;
    top: 10px;
    text-decoration: none !important;
    transition: all ease-in-out 0.5s;
}

.apply-now-btn:hover {
    background-color: transparent;
    border: 2px solid #DA6427;
    color: #DA6427;
    transition: all ease-in-out 0.5s;
}

.owl-dots {
    display: block;
    visibility: visible;
}

.post,
.page,
.single-service.postid-2490 .heading h2 {
    margin-bottom: 0px !important;
}

header nav .menu-list {
    margin-bottom: 0px;
}

.req-quote {
    margin-right: 3rem;
}

section.section.detail ul li {
    list-style: auto;
}

section.section.detail ul.mobdev li {
    list-style: none;
}

section.section.detail ul li::marker {
    font-weight: bold;
}

section.section.detail ol {
    margin-left: 5px;
}

section.section.detail ol li::before {
    display: none;
}

section.section.detail ol li::marker {
    content: counter(my-awesome-counter) ". ";
    font-weight: bold;
}

.client-logo-list ul li.client-logo-bg {
    margin: 18px 20px 5px !important;
}

section.our-clients {
    padding-top: 45px;
}

.our-clients ul {
    margin-bottom: 0px;
}

.banner-sec h1 {
    margin-top: 0;
    margin-bottom: .5rem !important;
}

.portfolio-info.banner-sec p,
.detail-sec p,
.banner-sec p,
.section_portfolio_detail .portfolio-info p {
    margin-bottom: 1rem !important;
}

.quick-contact-form .contact-form .quote-btn {
    background-color: #DA6427 !important;
    color: #fff !important;
    border: 0px !important;
}

.single-service.postid-2476 section.section.detail,
.single-service.postid-2490 section.section.detail {
    padding: 50px 0px 18px;
}

.single-service.postid-3927 .section.detail,
.single-service.postid-3939 section.section.detail {
    padding-top: 25px;
    padding-bottom: 0px
}

.single-service.postid-3957 section.section.detail {
    padding-top: 25px;
    padding-bottom: 30px;
}

.services-block p {
    margin-bottom: 4px;
}

.single-service.postid-2476 section.section.detail .detail-img,
.single-service.postid-2476 .solution-media,
.single-service.postid-2502 section.section.detail .detail-img,
.single-service.postid-3939 section.section.detail .detail-img,
.single-service.postid-3927 section.section.detail .detail-img,
.single-service.postid-2411 section.our-solution.services-block ul,
.single-service.postid-2490 section.our-solution.services-block ul,
.left-detail-section .advatages-img,
.right-sec .img-div,
.single-service.postid-3957 section.left-detail-section .left-block,
.single-service.postid-2502 section.top-ios-company.content-section p {
    text-align: center !important;
}

.single-service.postid-3890 .section.detail {
    padding: 0px 0px;
}

.single-service.postid-2476 .solution-media h5 {
    font-size: 18px;
}

.single-service.postid-2476 section.section.detail .detail-img img,
.single-service.postid-2502 section.section.detail .detail-img img,
.single-service.postid-3957 section.app-development-process.workflow-section img {
    width: 75%;
}

.single-service.postid-693 .section.detail,
section.workflow-section.services-bg,
.single-service.postid-696 .section.detail {
    padding: 25px 0px !important;
}

.technology-sec ul.tech-use-list {
    margin-bottom: 0px !important;
    padding-bottom: 10px;
}

.technology-sec.services-bg {
    padding: 20px 0px;
}

section .left-sec-ol,
.content-section ul.content-list,
section.tools-section .framwork-list,
.client-logo-list ul,
.seo-process ul.seo-process-list,
.seo-service-sec ul,
.services-block ul,
section.seo-process ul,
section.section.detail ul,
ul.widget_recent_post {
    margin-left: 0px !important;
}

.faq ul {
    margin-left: 0px;
    margin-bottom: 0px;
}

.single-service.postid-693 .section_portfolio_detail.react-native-detail,
.single-service.postid-689 .section_portfolio_detail.react-native-detail,
.single-service.postid-696 .section_portfolio_detail.react-native-detail,
.single-service.postid-698 .section_portfolio_detail.react-native-detail,
.single-service.postid-700 .section_portfolio_detail.react-native-detail,
.single-service.postid-701 .section_portfolio_detail.react-native-detail,
.single-service.postid-702 .section_portfolio_detail.react-native-detail,
.single-service.postid-703 .section_portfolio_detail.react-native-detail,
.single-service.postid-704 .section_portfolio_detail.react-native-detail,
.single-service.postid-3875 .section_portfolio_detail.react-native-detail,
.single-service.postid-3912 .section_portfolio_detail.react-native-detail,
section.section.detail {
    padding: 80px 0px;
}

.single-service.postid-2476 .section_portfolio_detail.react-native-detail,
.single-service.postid-2490 .section_portfolio_detail.react-native-detail,
.single-service.postid-2502 .section_portfolio_detail.react-native-detail,
.single-service.postid-3890 .section_portfolio_detail.react-native-detail,
.single-service.postid-3927 .section_portfolio_detail.react-native-detail,
.single-service.postid-3939 .section_portfolio_detail.react-native-detail,
.single-service.postid-3957 .section_portfolio_detail.react-native-detail {
    padding: 70px 0px;
    margin-top: 91px;
}

.single-service.postid-2411 .section_portfolio_detail.react-native-detail,
.page.page-id-3281 section.banner-sec,
.page.page-id-3589 section.banner-sec,
.page.page-id-3725 section.banner-sec,
.page.page-id-3147 section.banner-sec,
.page.page-id-4297 section.banner-sec,
.page.page-id-4553 section.banner-sec,
.page.page-id-4500 section.banner-sec {
    padding: 100px 0px;
    margin-top: 64px;
}

.single-service.postid-2502 section.section.detail,
.single-service.postid-3912 section.app-development-process.workflow-section {
    padding: 0px 0px;
    margin-top: 48px;
}

.page.page-id-3147 section.banner-sec h1,
.page.page-id-3281 section.banner-sec h1 {
    margin-bottom: .5rem !important;
}

.page.page-id-3147 section.banner-sec p,
.page.page-id-3281 section.banner-sec p {
    margin-bottom: 1rem !important;
}

.single-portfolio_list.postid-754 section.section_portfolio_detail.background_bg,
.single-portfolio_list.postid-748 section.section_portfolio_detail.background_bg,
.single-portfolio_list.postid-746 section.section_portfolio_detail.background_bg,
.single-portfolio_list.postid-521 section.section_portfolio_detail.background_bg,
.single-portfolio_list.postid-520 section.section_portfolio_detail.background_bg,
.single-portfolio_list.postid-4877 section.section_portfolio_detail.background_bg,
.single-portfolio_list.postid-4902 section.section_portfolio_detail.background_bg,
.single-portfolio_list.postid-4874 section.section_portfolio_detail.background_bg {
    padding: 50px 0px;
}

.single-service.postid-689 .service-quote-section .row {
    align-items: center !important;
}

.single-service.postid-696 .service-quote-section .container,
.single-service.postid-698 .service-quote-section .container,
.single-service.postid-700 .service-quote-section .container,
.single-service.postid-701 .service-quote-section .container,
.single-service.postid-702 .service-quote-section .container,
.single-service.postid-703 .service-quote-section .container,
.single-service.postid-704 .service-quote-section .container {
    text-align: inherit !important;
}

.left-detail-section {
    padding-bottom: 0px;
}

section.left-detail-section .left-sec-ol {
    padding-left: 4rem;
}

section.left-detail-section .left-sec-ol li {
    list-style: inside;
}

.left-detail-section .right-block,
.single-service.postid-3912 .service-quote-section .row .quote-section {
    margin: auto;
}

.single-service.postid-3912 .bg-orange.cta_small_section {
    height: 50%;
}

ol.left-sec-ol li::before,
.single-portfolio_list.postid-521 .overlay_bg:before {
    display: none;
}

ol.left-sec-ol li::marker {
    content: counter(my-awesome-counter) ". ";
    font-weight: bold;
}

section.detail-section p {
    margin-bottom: 1rem;
}

section.service-quote-section {
    padding: 30px 0px;
}

section.service-quote-section ul li,
section.content-section ul li {
    margin: 8px 0px;
    line-height: normal;
}

.single-service.postid-696 .service-quote-section ul li {
    margin-bottom: 40px;
}

section.service-quote-section ul {
    margin-left: 0px;
}

.development-services .service-block {
    height: 250px;
}

.services-bg {
    margin-top: 0px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.seo-process {
    margin-bottom: 48px;
}

.service-quote-section .row .heading p {
    margin-bottom: 15px;
}

.experience-section p {
    margin-bottom: 15px !important;
}

.services-block .heading {
    margin: auto;
    margin-bottom: 0px !important;
}

.services-block .solution-media.media-nocontent {
    width: 200px;
    height: 200px;
}

.services-block ul,
.content-section ul,
.page.page-id-3281 section.right-sec h3 {
    text-align: left !important;
}

.single.single-service.postid-3939 .button-section,
.single-service.postid-3912 section.development-services,
.single-service.postid-3912 section.service-quote-section {
    margin-top: 0px !important;
}

.services-block ul li,
.single-service.postid-698 section.service-quote-section ul li,
.single-service.postid-700 section.service-quote-section ul li,
.single-service.postid-701 section.service-quote-section ul li,
.single-service.postid-702 section.service-quote-section ul li,
.single-service.postid-2502 section.content-section ul li,
.single-service.postid-2490 section.content-section ul li {
    list-style: disc inside !important;
}

.single-service.postid-2490 section.content-section ul {
    margin-left: 0px;
}

.single-service.postid-689 .services-bg {
    padding-top: 0px;
    padding-bottom: 5px;
}

.single-service.postid-2490 .solution-media.has-content {
    height: 350px;
    width: 270px;
}

.single-service.postid-3927 .seo-process.service-card {
    margin-top: 20px !important;
}

.single-service.postid-3875 section.service-quote-section {
    padding-top: 0px;
}

.single-service.postid-693 .technology-sec.services-bg,
.single-service.postid-3890 .section.detail {
    padding: 0px;
}

.single-service.postid-2490 .workflow-section .app-development-process-img img,
.page.page-id-3281 .seo-right-img img,
.single-service.postid-3912 section.detail .detail-img img,
.single-service.postid-689 section.detail .detail-img img,
.single-service.postid-693 section.detail .detail-img img,
.single-service.postid-694 section.detail .detail-img img {
    width: 100% !important;
}

section.section.detail .detail-img img,
.single-service.postid-3957 .right-block img {
    width: 550px;
}

.app-development-process {
    margin-bottom: 32px !important;
}

ul.text-ul {
    margin-left: 46px !important;
}

.single-service.postid-2502 .content-section h2 {
    font-size: 28px;
}

.service-card ul,
ul.app-features {
    text-align: left;
    margin-top: 0px !important;
    margin-left: 0px;
}

.portfolio-bg .portfolio-pg .item .title {
    height: 200px;
}

.section_portfolio_detail .portfolio-info h1 {
    margin-top: 0px;
    margin-bottom: .5rem;
}

.about-head-bg h1 {
    font-size: 2.5rem;
}

.contact-bg input.wpcf7-submit.btn {
    border-radius: 30px;
    transform: scale(1, 1);
    opacity: 1;
    transition: all 800ms ease 0s;
    background: #d85b1a;
    color: #fff;
    font-size: 18px;
    padding: 16px 40px 16px 30px;
    text-transform: capitalize;
}

form#contact-form input::placeholder,
form#contact-form textarea::placeholder,
form.wpcf7-form input::placeholder,
form.wpcf7-form textarea::placeholder {
    color: #9AA0A7;
}

select.wpcf7-form-control.form-control {
    color: #9AA0A7;
    padding: 12px 20px;
    font-size: 15px !important;
}


.page-template-contact-page section.contact-form-bg,
.page-template-career-page.page-id-352 section.contact-form-bg {
    display: none;
}

.container .text-section {
    margin: auto;
}

.dare-drop-title p {
    margin-bottom: 10px;
}

.left-detail-section .advatages-img img {
    width: 75%;
}

.button-section {
    margin-bottom: 2.5rem;
    padding-top: 10px !important;
}

.faq-list li a {
    padding: 0px;
    margin: 0px;
    color: #d85b1a;
    font-size: 15px;
}

section.right-slider {
    margin-bottom: 2.5rem;
}

.section.bg-gray,
section.bg-light-orange,
section.app-section,
section.solution-section,
section.seller-app,
section.section-1 {
    padding: 100px 0px;
}

.overlay_bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.life-title h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: .5rem !important;
    margin-top: 0px;
}

section.life-banner-section h1 {
    color: #332D2A;
}

p,
.life-title p {
    margin-bottom: 1rem !important;
}

.tagline-life-bg {
    bottom: 0;
    z-index: -1;
}

.life-tagline-img {
    width: 65%;
}

.timeline {
    position: relative;
    margin-top: 55px;
    margin-left: 15px;
}

.timeline-bg {
    position: relative;
    padding: 15px;
}

.timeline-bg::after {
    content: " ";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-image: url(../images/life-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 5%;
    z-index: -1;
}

.timeline:before {
    /* vertical line*/
    content: "";
    position: absolute;
    top: 10px;
    /* to align with midline*/
    left: 7px;
    width: 2px;
    height: 97%;
    background-color: #cad2d6;
}

.timeline__block {
    position: relative;
    margin-top: 42px;
    margin-bottom: 42px;
    padding-left: 15px;
}

.timeline__block:last-child {
    margin-bottom: 3em;
}

.timeline__block:after {
    content: "";
    display: table;
    clear: both;
}

.timeline__midpoint {
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #d85b1a;
}

.timeline__midpoint:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 15px;
    border-top: 1px solid #d85c1a94;
}

.timeline__content {
    position: relative;
    margin-left: 20px;
}

.timeline__content p+p {
    padding-top: 0;
}

.timeline__content:after {
    content: "";
    display: table;
    clear: both;
}

.timeline__midpoint--highlight>.timeline__year {
    display: none;
}

/* timeline typography */
.timeline__content .timeline__year {
    padding-top: 6px;
    color: #d85b1a;
    text-align: left;
}

.timeline__midpoint--highlight .timeline__year {
    color: #fff;
    line-height: 4;
}

.timeline__year,
.timeline__midpoint--highlight+.timeline__content {
    font-weight: 600;
}

.timeline__content>p {
    font-size: 0.88em;
}

.error-main {
    background-color: #FCB82F;
    height: 100vh;
    display: flex;
    align-items: center;
}

.error-main h1 {
    color: #fff;
    font-size: 50px;
}

.error-main p {
    color: #fff;
    font-size: 18px;
}

.error-main a {
    display: block;
    background-color: #ec7323;
    color: #fff;
    font-weight: 600;
    width: 15%;
    margin: auto;
    padding: 15px;
    border-radius: 5px;
    text-decoration: none;
}

.blog-banner h1,
.blog-banner p {
    position: relative;
    color: #fff;
    z-index: 5;
}

.blog-banner h1 {
    padding: 10px 0px;
    border-bottom: 2px solid #fff;
    /*width: min-content;*/
    text-align: center;
    margin: auto;
}

.blog-banner p {
    font-weight: 500;
    font-size: 18px;
    padding: 15px 0
}

.blog-page-card:hover .blog-post_info-wrap i {
    transform: translateX(0px)
}

.blog-page-card .blog-post_info-wrap i {
    font-size: 18px;
    vertical-align: middle;
}

.section_portfolio_detail.background_bg.overlay_bg.blog-section {
    position: relative;
    padding: 155px 55px;
    z-index: 0;
    text-align: center;
}

.section_portfolio_detail.background_bg.overlay_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: 0;
}

.page-div {
    margin: auto;
    padding: 20px;
}

.page-div nav.pagination.blog-pagination a,
.page-div nav.pagination.blog-pagination span {
    padding: 10px;
    border: 1px solid #d4c4c4;
    margin: 10px 5px;
}

.page-div nav.pagination.blog-pagination a,
.page-div nav.pagination.blog-pagination span {
    padding: 10px;
    border: transparent;
    margin: 10px 5px;
    font-weight: 600;
    color: #000;
}

.page-div nav.pagination.blog-pagination span {
    color: #ec7323;
}

#subscribe-form .subscribe-email {
    display: block;
    width: 100%;
    height: 50%;
    padding: 8px 15px;
}

#subscribe-form .subscribe-email:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

#subscribe-form .submit-btn {
    background-color: #DA6427;
    border: 2px solid transparent;
    color: #fff;
    width: 215px;
    /*width: 100%;*/
    padding: 11px !important;
    border-radius: 5px !important;
    transition: all ease-in-out 0.5s;
    margin-left: 10px;
}

#subscribe-form .submit-btn:hover {
    border: 2px solid #DA6427;
    background-color: transparent;
    color: #DA6427;
    transition: all ease-in-out 0.5s;
}

/*NEW BLOG*/
.blog_date {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.5px;
    word-spacing: -1px;
    font-weight: 500;
    margin: 8px 0;
    display: block;
}

.social_dropdown_wrap {
    position: relative;
}

.social_dropdown_wrap .social_dropdown {
    position: absolute;
    right: -12px;
    bottom: 20px;
    width: max-content;
    z-index: 1;
}

.social_dropdown_wrap .social_dropdown a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #ec7323;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    position: relative;
    bottom: 0px;
}

.social_dropdown_wrap .social_dropdown a:hover {
    background-color: #fff;
    border: 2px solid #ec7323;
}

.social_dropdown_wrap .social_dropdown a i {
    color: #fff !important;
    font-size: 15px;
}

.social_dropdown_wrap .social_dropdown a:hover i {
    color: #ec7323 !important;
}

.social_dropdown_wrap .social_dropdown a {
    opacity: 0;
}

.social_dropdown_wrap--animate.social_dropdown a {
    -webkit-animation: drop 0.9s;
    animation: drop 0.9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
}

.social_dropdown_wrap--animate.social_dropdown a:nth-child(2) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.social_dropdown_wrap--animate.social_dropdown a:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.social_dropdown_wrap--animate.social_dropdown a:nth-child(4) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@keyframes drop {
    0% {
        bottom: 0px;
    }

    70% {
        bottom: 50px;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        bottom: 15px;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.recent_post {
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    padding: 55px;
    position: relative;
    margin-top: -202px;
    background-color: #fff;
}

.recent_post h4 {
    margin-bottom: 30px;
    color: #6F7D8C;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

.recent_post p {
    font-weight: 300;
    line-height: 40px;
    color: #6F7D8C;
    margin-bottom: 38px;
    font-size: 20px;
}

.general_anchor {
    text-transform: uppercase;
    color: #e53e30;
    font-weight: 500;
    font-size: 15px;
}

.gallery_item {
    overflow: hidden;
}

.gallery_item img {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    width: 100%;
}

.gallery_item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.card_body {
    padding: 18px;
}

.card_body h5 {
    color: #6F7D8C;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
}

.card_body p {
    font-size: 18px;
    color: #6F7D8C;
    margin: 18px 0px;
    line-height: 30px;
    font-weight: 300;
}

.filter {
    padding: 15px;
    border: 1px solid #d85b1a;
    border-radius: 5px;
}

.filter.active {
    background-color: #d85b1a;
    color: #fff !important;
    padding: 15px;
    border-radius: 5px;
}

#ruby,
#Layer_1{
    margin: -1px auto;
    vertical-align: baseline;
}

.menu-list #Layer_1{
    width: 15px;
}

.owl-nav{
    display: none !important;
}

.california-head .mobile-dev-cal-title h1,
.california-head .mobile-dev-cal-title p{
    color: #000;
}

.california-head .btn{
    background-color: #D85B1A;
    color: #fff;
}

.california-development-services .android-services .ios-app-service-name p,
.california-development-services .ios-service .ios-app-service-name p{
    margin-bottom: 0 !important;
}

.california-case-studies{
    height: auto;
}

.ourservices-california .ourservices-bg .service-description {
    height: 230px;
}

.react-native-dev-california .mobdev li{
    list-style: disc inside;
}